home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19951130-19960209 / 000331_news@columbia.edu _Tue Jan 23 12:14:10 1996.msg < prev    next >
Internet Message Format  |  2020-01-01  |  1KB

  1. Return-Path: news@columbia.edu
  2. Received: from apakabar.cc.columbia.edu (apakabar.cc.columbia.edu [128.59.35.159]) by watsun.cc.columbia.edu (8.7.3/8.7.3) with ESMTP id MAA23192 for <kermit.misc@watsun>; Tue, 23 Jan 1996 12:14:10 -0500 (EST)
  3. Received: (from news@localhost) by apakabar.cc.columbia.edu (8.7.3/8.7.3) id MAA13536 for kermit.misc@watsun; Tue, 23 Jan 1996 12:14:05 -0500 (EST)
  4. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  5. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  6. Newsgroups: comp.protocols.kermit.misc
  7. Subject: Re: HP3000 Kermit ?
  8. Date: 23 Jan 1996 17:13:26 GMT
  9. Organization: Columbia University
  10. Lines: 16
  11. Message-ID: <4e34vm$d6b@apakabar.cc.columbia.edu>
  12. References: <Pine.SUN.3.90.960122090912.27568A-100000@bronze.coil.com>
  13. NNTP-Posting-Host: watsun.cc.columbia.edu
  14.  
  15. In article <Pine.SUN.3.90.960122090912.27568A-100000@bronze.coil.com>,
  16. Mark T. Regan <reganm@coil.com> wrote:
  17. : Does the HP3000 version of Kermit allow you to make an outbound dial 
  18. : call to another system?
  19. :
  20. Yes.  See the HP3000.DOC file that comes with HP3000 Kermit.  There is
  21. no built-in dial command or modem support, so presumabely you would
  22. make a connection to the modem:
  23.  
  24.   set line <device-name>
  25.   set speed <cps>
  26.   connect
  27.  
  28. and then type the appropriate setup and dialing commands to the modem.
  29.  
  30. - Frank